@import url('//fonts.googleapis.com/css?family=Lato');
body{
	font-family: 'Lato', sans-serif;
}

/*header Content*/
header.main-header .container{
	padding: 10px;
}
.header-contact{
	padding: 20px 0px 20px 0px;
}
.header-contact{
	float: right;
}
.header-contact img{
    float: left;
    margin-right: 10px;
}
.header-contact .email{
   font-size: 18px;	
   font-weight: 600;
   letter-spacing: 0.5px;
   color: #515151;
}
.floating-bar{
	background-color: #e5bf58;
    padding: 15px 0;
}
.floating-bar p{
	text-align: center;
    color: #152337;
    font-size: 17px;
    font-family: Lato;
    text-transform: none;
    display: block;
    text-rendering: optimizeLegibility;
    margin-bottom: 0;
}
.floating-bar p span{
    font-weight: 600;
	text-decoration: underline;
}
/*header Content end*/

/*home page css*/
.home-banner{
	background-image: url("../landing%20images/banne.jpg");
	background-repeat: no-repeat;
    background-size: cover;
}
.home-banner .caption{
	margin-top: 120px;
}
.home-banner .caption h1{
    color: #e5bf58;
    font-size: 70px;
    font-weight: bold;
}
.home-banner .caption p{
    color: #ccc;
}
.home-banner .caption a.learn{
	border: 2px solid #e5bf58;
    border-radius: 0;
    padding: 14px 40px;
    font-size: 16px;
    color: #e5bf58;
	margin-top: 10px;
}
.home-banner img{
	max-width: 100%;
}
.home-banner .caption i.fa.fa-long-arrow-right{
	margin-left: 5px;
}
.how-it-works{
	text-align:center;
	padding: 20px 0px 20px 0px;
}
.how-it-works h2{
	font-size: 40px;
    color: #e5bf58;
}
hr.how-divide{
	width: 18%;
    border-top: 3px solid #ddd;
}
img.img-responsive.img1 {
    max-width: 100%;
    display: inline-block;
}
.how-it-works h3{
	font-size: 18px;
}
.how-it-works ul li{
	padding-right: 5px; 
    padding-left: 5px; 
    width: 23%;
    float:left;
}
    .how-it-works ul li:nth-child(2n){
	width: auto;
	margin-top: 120px;
    position: relative;
}
.how-it-works .home-section{
	padding-top: 50px;
    padding-bottom: 50px;
}
.why-my-systemx{
	background-image: url("../landing%20images/why-sys.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
	padding-top: 50px;
    padding-bottom: 50px;
}
.why-my-systemx h2.heading{
	font-size: 40px;
    color: #fff;
}
.why-my-systemx hr.how-divide{
	color: #fff;
}
p.why-content{
	color: #fff;
    font-size: 15px;
	margin-bottom: 40px;
}
.why-my-systemx .home-section ul.list-inline>li{
	width: 20%;
	float: left;
}
a.btn.why-learn{
	background-color: #e5bf58;
    color: #fff;
    border-radius: 0;
    padding: 15px 60px;
    font-size: 20px;
	margin-top: 50px;
}
.icons {
    border: 1px solid #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
	display: table;
    text-align: center;
	padding: 0px 10px;
}
.icons span{ 
	line-height: 25px;
    display: table-cell;
    vertical-align: middle;
}
.pre-footer{
    text-align: center;	
	padding-top: 50px;
    padding-bottom: 50px;
	color: #515151;
}
.pre-footer p{
	font-size: 18px;
}
.pre-footer img{
	display: inline-block;
	margin-bottom: 20px;
}
.pre-footer h3{
    font-size: 30px;
    color: #515151;
}
.how-it-works .list-inline li p{
	color: #838383;
}
hr.footer-divider{
    width: 25%;
}

/*Home Page Css End*/

/*footer css*/
footer{
	 background-color: rgba(217, 237, 247, 0.23);
	 padding: 15px 0;
}
.copyuright p, .footer-menu ul li a{
	font-size: 16px;
    color: #999;
	margin-bottom: 0;
	margin-top: 10px;
}
.footer-menu ul li{
	margin-top: 10px;
}
.footer-menu{
	float:right;
}